@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/Udggam Mfg Project/Pages/Master Pages/Category Master/ManageDetails.razor.rz.scp.css */
.wizard[b-d7vzcsck3q] {
    width: 100%;
    /*max-width: 600px;*/
    /*margin: 0 auto;*/
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.step[b-d7vzcsck3q] {
    display: none;
}

    .step.active[b-d7vzcsck3q] {
        display: block;
    }
/* _content/Udggam Mfg Project/Pages/Transactions Pages/Bundles Management/Bundles Management New.razor.rz.scp.css */
#bundlesManagementTab li[b-6rt6c6k4lp] {
    font-size: 1.25em;
}

 
/* _content/Udggam Mfg Project/Pages/Transactions Pages/Cut Plan/Cut Plan New.razor.rz.scp.css */


.cutplan-card-container[b-vv12s3qmuz] {
    display: flex;
    flex-wrap:wrap;
    margin:auto;    
    justify-content:flex-start;
}

    .cutplan-card-container > .cutplan-card[b-vv12s3qmuz] {
        width: auto;
        min-width:20%;
        min-height: 10vh;
        margin: 1em;
        padding: 1em;
        text-align: center;
        line-height: 100px;
        border-radius: 1em;
        box-shadow: 0px 0px 5px grey;
        transition: all ease-in-out 0.25s;
    }
   
    @media screen and (min-width:480px){
  .cutplan-card-container > .cutplan-card:hover[b-vv12s3qmuz]{
        box-shadow:0px 0px 20px black;
        transform:scale(1.02);
        cursor:pointer;
    }
    }
  
     
    .cutplan-card-container  th[b-vv12s3qmuz] {
        font-size:1.5em;
    }

    .cutplan-card-container td[b-vv12s3qmuz]{
        font-size:1.25em;
    }

    .cutplan-heading[b-vv12s3qmuz]{
        text-align:left;
        font-weight:bold;
        font-size:2em;
    }
    .cutplan-subheading[b-vv12s3qmuz]{
        text-align:left;
        font-weight:bold;
        font-size:1.5em;
        opacity:0.8;
    }
.cutplan-card:nth-child(4n+1)[b-vv12s3qmuz] {
    background-image: linear-gradient(to bottom right, #A9ACFF, #FDE2FF);
}

.cutplan-card:nth-child(4n+2)[b-vv12s3qmuz] {
    background-image: linear-gradient(to bottom right, #C9FFC6, #B6EFFF);
}

.cutplan-card:nth-child(4n+3)[b-vv12s3qmuz] {
    background-image: linear-gradient(to bottom right, #FFFFB1, #B6FAE0);
}

.cutplan-card:nth-child(4n+4)[b-vv12s3qmuz] {
    background-image: linear-gradient(to bottom right, #FFC6C6, #FAF7B6);
} 

@media screen and (max-width:360px){
    
    .cutplan-card-container > .cutplan-card[b-vv12s3qmuz] {
        width: 100vw;
    }


    .cutplan-heading[b-vv12s3qmuz] {
        font-size: small;
    }

    .cutplan-subheading[b-vv12s3qmuz] {
        font-size: small;
    }
    .cutplan-card-container th[b-vv12s3qmuz] {
        font-size: 1.5em;
    }

    .cutplan-card-container td[b-vv12s3qmuz] {
        font-size: 1.25em;
    }
}
/* _content/Udggam Mfg Project/Pages/Transactions Pages/Cutting Fabric/Cutting Fabric New.razor.rz.scp.css */


.cutplan-card-container[b-vbq9y2v22i] {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: flex-start;
}

    .cutplan-card-container > .cutplan-card[b-vbq9y2v22i] {
        width: auto;
        min-width: 20%;
        min-height: 10vh;
        margin: 1em;
        padding: 1em;
        text-align: center;
        line-height: 100px;
        border-radius: 1em;
        box-shadow: 0px 0px 5px grey;
        transition: all ease-in-out 0.25s;
    }

@media screen and (min-width:480px) {
    .cutplan-card-container > .cutplan-card:hover[b-vbq9y2v22i] {
        box-shadow: 0px 0px 20px black;
        transform: scale(1.02);
        cursor: pointer;
    }
}


.cutplan-card-container th[b-vbq9y2v22i] {
    font-weight:bold;
    font-size: 1.5em;
}

.cutplan-card-container td[b-vbq9y2v22i] {
    font-size: 1.25em;
}

.cutplan-heading[b-vbq9y2v22i] {
    text-align: left;
    font-weight: bold;
    font-size: 2em;
}

.cutplan-subheading[b-vbq9y2v22i] {
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
    opacity: 0.8;
}

.cutplan-card:nth-child(4n+1)[b-vbq9y2v22i] {
    background-image: linear-gradient(to bottom right, #A9ACFF, #FDE2FF);
}

.cutplan-card:nth-child(4n+2)[b-vbq9y2v22i] {
    background-image: linear-gradient(to bottom right, #C9FFC6, #B6EFFF);
}

.cutplan-card:nth-child(4n+3)[b-vbq9y2v22i] {
    background-image: linear-gradient(to bottom right, #FFFFB1, #B6FAE0);
}

.cutplan-card:nth-child(4n+4)[b-vbq9y2v22i] {
    background-image: linear-gradient(to bottom right, #FFC6C6, #FAF7B6);
}

@media screen and (max-width:360px) {

    .cutplan-card-container > .cutplan-card[b-vbq9y2v22i] {
        width: 100vw;
    }


    .cutplan-heading[b-vbq9y2v22i] {
        font-size: small;
    }

    .cutplan-subheading[b-vbq9y2v22i] {
        font-size: small;
    }

    .cutplan-card-container th[b-vbq9y2v22i] {
        font-size: 1.5em;
    }

    .cutplan-card-container td[b-vbq9y2v22i] {
        font-size: 1.25em;
    }
}
/* _content/Udggam Mfg Project/Shared/MainLayout.razor.rz.scp.css */
.page[b-w55f4nk9j6] {
    position: relative;
    display: flex;
    flex-direction: column;

}

main[b-w55f4nk9j6] {
    flex: 1;
}



.top-row[b-w55f4nk9j6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w55f4nk9j6]  a, .top-row .btn-link[b-w55f4nk9j6] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-w55f4nk9j6] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-w55f4nk9j6] {
        display: none;
    }

    .top-row.auth[b-w55f4nk9j6] {
        justify-content: space-between;
    }

    .top-row a[b-w55f4nk9j6], .top-row .btn-link[b-w55f4nk9j6] {
        margin-left: 0;
    }
}
.sidebar[b-w55f4nk9j6] {
    margin-left:0px;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
@media (min-width: 641px) {
    .page[b-w55f4nk9j6] {
        flex-direction: row;
    }

    .sidebar[b-w55f4nk9j6] {
        
        height: 100vh;
        position: sticky;
        top: 0;
        white-space:nowrap;
        width:12vw;
        box-shadow:2px 2px 2px black;
        /*border-radius:0px 150px 150px 0px;*/
        /*padding: 2.5px 0px 2.5px 0px;*/
    }

    .top-row[b-w55f4nk9j6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-w55f4nk9j6], article[b-w55f4nk9j6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* _content/Udggam Mfg Project/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rfxm89akxe] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rfxm89akxe] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rfxm89akxe] {
    font-size: 1.1rem;
}



.oi[b-rfxm89akxe] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.myNavLink[b-rfxm89akxe]{
    color:deeppink;
}
.nav-item[b-rfxm89akxe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rfxm89akxe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rfxm89akxe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rfxm89akxe]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rfxm89akxe]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-rfxm89akxe]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rfxm89akxe] {
        display: none;
    }

    .collapse[b-rfxm89akxe] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-rfxm89akxe] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


/* _content/Udggam Mfg Project/Shared/Shared Components/Options Modal Backup.razor.rz.scp.css */


.optionsmodal-card-container[b-ajsahywsv8] {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

    .optionsmodal-card-container > .optionsmodal-card[b-ajsahywsv8] {
        width: 20%;
        min-height: 10vh;
        margin: 10px;
        padding: 20px;
        text-align: center;
        line-height: 100px;
        border-radius: 0px;
        box-shadow: 0px 0px 5px grey;
        transition: all ease-in-out 0.25s;
    }

@media screen and (min-width:480px) {
    .optionsmodal-card-container > .optionsmodal-card:hover[b-ajsahywsv8] {
        box-shadow: 0px 0px 20px black;
        transform: scale(1.02);
        cursor: pointer;
    }
}


.optionsmodal-card-container th[b-ajsahywsv8] {
    font-size: 1vw;
}

.optionsmodal-card-container td[b-ajsahywsv8] {
    font-size: 0.9vw;
}

.optionsmodal-heading[b-ajsahywsv8] {
    text-align: center;
    font-weight: bold;
    font-size: medium;
}

.optionsmodal-subheading[b-ajsahywsv8] {
    text-align: center;
    font-weight: bold;
    font-size: medium;
    opacity: 0.8;
}

.optionsmodal-card:nth-child(4n+1)[b-ajsahywsv8] {
    background-image: linear-gradient(to bottom right, #A9ACFF, #FDE2FF);
}

.optionsmodal-card:nth-child(4n+2)[b-ajsahywsv8] {
    background-image: linear-gradient(to bottom right, #C9FFC6, #B6EFFF);
}

.optionsmodal-card:nth-child(4n+3)[b-ajsahywsv8] {
    background-image: linear-gradient(to bottom right, #FFFFB1, #B6FAE0);
}

.optionsmodal-card:nth-child(4n+4)[b-ajsahywsv8] {
    background-image: linear-gradient(to bottom right, #FFC6C6, #FAF7B6);
}

@media screen and (max-width:360px) {

    .optionsmodal-card-container > .optionsmodal-card[b-ajsahywsv8] {
        width: 100vw;
    }


    .optionsmodal-heading[b-ajsahywsv8] {
        font-size: small;
    }

    .optionsmodal-subheading[b-ajsahywsv8] {
        font-size: small;
    }

    .optionsmodal-card-container th[b-ajsahywsv8] {
        font-size: 2vw;
    }

    .optionsmodal-card-container td[b-ajsahywsv8] {
        font-size: 1.8vw;
    }
}
/* _content/Udggam Mfg Project/Shared/Shared Components/Options Modal.razor.rz.scp.css */
.body2[b-cq3gt081kb] {
    margin: 0;
    height: 80vh;
    min-width:100%;
    background: linear-gradient(to bottom right, #b6b9f7, #b5e3ff);
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal2[b-cq3gt081kb] {
    background: linear-gradient(to bottom right, #b6b9f7, #b5e3ff);
    width: auto; 
    height: auto;
    /*background: #fff;*/
    border-radius: 2em;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    /*padding: 30px 30px 36px;*/
    padding: 2em;
}

.modal2-header[b-cq3gt081kb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.close[b-cq3gt081kb] {
    font-size: 22px;
    cursor: pointer;
}

.option-buttons[b-cq3gt081kb] {
    background-color:ghostwhite;
    padding:3em;
    display: flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
    gap: 5em;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    border-radius: 2em;
}

.btn[b-cq3gt081kb] {
    padding: 1.5em 1.5em;
    min-width: 90px;
    border: none;
    border-radius: 12px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: transform 0.2s ease;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

    .btn:hover[b-cq3gt081kb] {
        transform: translateY(-3px);
    }

/*.view {
    background: linear-gradient(to bottom right, #d3b9f9, #c7caff);
}

.delete {
    background: linear-gradient(to bottom right, #b7faff, #a0e9ff);
}

.bom {
    background: linear-gradient(to bottom right, #f3ffa4, #bfffae);
}

*/

.btn:nth-child(4n+1)[b-cq3gt081kb] {
    /*background-image: linear-gradient(to bottom right, #A9ACFF, #FDE2FF);*/
    background: linear-gradient(to bottom right, #d3b9f9, #c7caff);
}

.btn:nth-child(4n+2)[b-cq3gt081kb] {
    /*background-image: linear-gradient(to bottom right, #C9FFC6, #B6EFFF);*/
    background: linear-gradient(to bottom right, #b7faff, #a0e9ff);
}

.btn:nth-child(4n+3)[b-cq3gt081kb] {
    /*background-image: linear-gradient(to bottom right, #FFFFB1, #B6FAE0);*/
    background: linear-gradient(to bottom right, #f3ffa4, #bfffae);
}

 
/*.btn:nth-child(4n+4) {
    background-image: linear-gradient(to bottom right, #FFC6C6, #FAF7B6);
} */
/* _content/Udggam Mfg Project/Shared/Shared Components/SC Table.razor.rz.scp.css */
thead[b-xsbpuu31hk]{
    z-index: 1;
}

tbody th:first-child[b-xsbpuu31hk] {
   // position: sticky;
    left: 0;
    z-index: 1024; 
}

.options-dropdown-menu[b-xsbpuu31hk]{
    
    position:absolute;
}
